home *** CD-ROM | disk | FTP | other *** search
- if(cocoFuel._currentframe < cocoFuel._totalframes - 10)
- {
- _root.score += 5;
- _root.txtScore = _root.score;
- gotoAndPlay(_currentframe - 1);
- if(_root.volumeOff == false)
- {
- if(sndBonus.duration - 150 < sndBonus.position)
- {
- sndBonus.setVolume(random(50) + 5);
- sndBonus.start();
- }
- }
- }
-